home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group98c.txt / 000096_icon-group-sender _Mon Dec 7 08:34:19 1998.msg < prev    next >
Internet Message Format  |  2000-09-20  |  2KB

  1. Return-Path: <icon-group-sender>
  2. Received: (from root@localhost)
  3.     by baskerville.CS.Arizona.EDU (8.9.1a/8.9.1) id IAA08307
  4.     for icon-group-addresses; Mon, 7 Dec 1998 08:31:42 -0700 (MST)
  5. Message-Id: <199812071531.IAA08307@baskerville.CS.Arizona.EDU>
  6. To: icon-group@optima.CS.Arizona.EDU
  7. Date: 4 Dec 98 18:54:10 GMT
  8. From: hgs@dmu.ac.uk (Hugh Sasse)
  9. Subject: Building on Solaris 2.5.1 sparc gcc
  10. Errors-To: icon-group-errors@optima.CS.Arizona.EDU
  11. Status: RO
  12.  
  13. Following the instructions in the HTML file on the WWW site, after downloading
  14. the package dated Feb 1998, on my Sun Solaris 2.5.1 Sparc, GCC 2.7.2 system
  15. make X-Configure name=sun_gcc 
  16. went OK but:
  17.  
  18. atlanta hgs 186 %> make Icon
  19. make Icon-icont
  20. cd src/common;        make
  21. gcc -O -DNOTHING  -c  doincl.c
  22. In file included from ../h/../h/sys.h:294,
  23.                  from ../h/rt.h:15,
  24.                  from doincl.c:14:
  25. ../h/../h/../xpm/xpm.h:20: X11/Xlib.h: No such file or directory
  26. ../h/../h/../xpm/xpm.h:21: X11/Intrinsic.h: No such file or directory
  27. ../h/../h/../xpm/xpm.h:29: X11/Xutil.h: No such file or directory
  28. In file included from ../h/rt.h:15,
  29.                  from doincl.c:14:
  30. ../h/../h/sys.h:299: X11/Xutil.h: No such file or directory
  31. ../h/../h/sys.h:300: X11/Xos.h: No such file or directory
  32. ../h/../h/sys.h:301: X11/Xatom.h: No such file or directory
  33. *** Error code 1
  34. make: Fatal error: Command failed for target `doincl.o'
  35. Current working directory /home/hgs/icon/src/common
  36. *** Error code 1
  37. make: Fatal error: Command failed for target `Common'
  38. Current working directory /home/hgs/icon
  39. *** Error code 1
  40. make: Fatal error: Command failed for target `Icon'
  41. atlanta hgs 187 %> 
  42.  
  43. So it doesn't seem to have picked up the defines or the include paths for
  44. X.
  45.  
  46. Has anyone done this?  I have seen that there are a lot of calls to different
  47. makefiles, but the paths are getting me quite confused as to which one to
  48. try to fix.
  49.  
  50. Replies by mail would be helpful as the newserver seems a bit wobbly recently.
  51.     Thank you,
  52.     Hugh
  53.     hgs@dmu.ac.uk
  54.  
  55.